ComponentOne ASP.NET MVC Controls
SelectedIndex Method (ListBoxBuilder<T>)

C1.Web.Mvc.Fluent Namespace > ListBoxBuilder<T> Class : SelectedIndex Method
The value.
Configurates C1.Web.Mvc.ListBox<T>.SelectedIndex. Sets the index of the currently selected item in the list.
Syntax
'Declaration
 
Public Function SelectedIndex( _
   ByVal value As Integer _
) As ListBoxBuilder(Of T)
public ListBoxBuilder<T> SelectedIndex( 
   int value
)

Parameters

value
The value.

Return Value

Current builder.
See Also

Reference

ListBoxBuilder<T> Class
ListBoxBuilder<T> Members